@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&display=swap');

body {
    font-family: Arial;
    color: white;
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

.top {
    background-color: blue;
    color: white;
    font-size: 50px;
}

.drschools{
    color:rgba(254, 109, 0, 1);
    justify-content:center;
    display:flex;
    font-size:3vw;
}

.city {
    font-size: 2vw;
    margin-left:2vw;
    color:black;
}

.split {
    position: absolute;
    overflow-x: hidden;
    height:190vw;
}

.left {
    /* left: 0; */
    background-color: rgba(125, 216, 255, 1);
    width: 20%;
}

.centered {
    position: absolute;
    text-align: center;
    color: black;
}

.filterDiv {
    background-color: white;
    color: black;
    padding: 10px; /* Add padding for spacing */
    display: none; /* Hidden by default */
    position:relative;
    padding-bottom:30px;
}

.menu{
    display:flex;
    justify-content:space-between;
    margin-bottom:6vw;
}

.item1{
    font-size:1.5vw;
    margin-left:1.5vw;
}

.item2{
    font-size:1.5vw;
    margin-left:20vw;
}

.item3{
    font-size:1.5vw;
    margin-left:15vw;
}

.name{
    font-size:1.75vw;
    text-align:left;
    margin-left:1vw;
}

.address{
    font-size:1.5vw;
    font-weight:normal;
    margin-top:1.5vw;
}

.score{
    font-size:1.5vw;
    font-weight:normal;
    margin-top:1.5vw;
}

.description{
    display:flex;
    justify-content:space-between;
    padding-bottom:30px;
}

.show {
    display: block;
}

/* Adjustments for the .right container */
.right {
    right: 0;
    left: 20%; /* Ensures it starts after the left panel */
    background-color: white;
    width: 78%;
    padding: 10px; /* Add padding for better spacing */
}


/* Style the buttons */
.btn {
    border: none;
    outline: none;
    background-color: white;
    cursor: pointer;
    margin-top: 1vw;
    margin-left:2vw;
    height:2.25vw;
    width:2.25vw;
}

/* Add a light grey background on mouse-over */
.btn:hover {
    background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
    background-color: blue;
    color: white;
}

.filter{
    font-size:1.75vw;
    color:black;
    font-weight:normal;
    margin:none;
    margin-left:1vw;
    margin-top:0.75vw;
}

.section{
    display:flex;
}

.section1{
    display:flex;
    margin-top:2vw;
}

.collapsible {
    background-color: white;
    color: white;
    cursor: pointer;
    /* padding: 18px; */
    /* width: 20px; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    position:absolute;
    bottom:0;
    margin-bottom: 40px;
  }
  
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-bottom:2vw;
}


.fa-chevron-down{
    color:black;
}

.exams{
    text-align:left;
    font-weight:normal;
    font-size:1.25vw;
}

.rate{
    text-align:left;
    font-weight:normal;
    font-size:1.25vw;
}

.fa-globe{
    color:orange;
    font-size:1.5vw;
}

.site{
    text-align:left;
    font-weight:normal;
    font-size:1.25vw;
}

.fa-phone{
    color:orange;
    font-size:1.5vw;
}

.phone{
    text-align:left;
    font-weight:normal;
    font-size:1.25vw;
}

.rating{
    text-align:left;
    font-weight:normal;
    font-size:1.25vw; 
}

.fa-star{
    color:rgba(248, 184, 78, 1);
}

span{
    font-weight:bold;
}

.training{
    display:flex;
    justify-content:space-between;
}

.text{
    color:black;
    width:60vw;
    text-align:center;
    font-size:1.25vw;
}

.text1{
    display:flex;
    justify-content:center;
    margin-bottom:6.5vw;
}

a{
    color:black;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

footer{
    margin-top:198vw;
}